Skip to content

refactor(ci): Use separate job for postgres ssl auth tests #3977

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

iamjpotts
Copy link
Contributor

Make Postgres CI job more reliable by splitting the Postgres GitHub workflow job into two jobs which use their own separate docker container, instead of the current situation where one job attempts to tear down the container used by previous steps, and start a new one bound to the same host port.

Prevents bind failures.

Also fixes a deprecation warning by removing the deprecated version field from the docker compose file.

This pr is a cherry pick out of #3950.

Does your PR solve an issue?

Prevents CI failures caused by bind failures during the creation of the Postgres container used for testing SSL based authentication.

Is this a breaking change?

No - only changes the GitHub workflow and another file used by tests.

@iamjpotts iamjpotts marked this pull request as ready for review August 16, 2025 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant